home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / prog / lvswin.zip / WIN_HARD.HPP < prev    next >
Text File  |  1991-10-17  |  543b  |  26 lines

  1. /*
  2.  *            LVS Windows
  3.  *      The Window Class System
  4.  *
  5.  *        Copyright 1991 (c), Lake View Software
  6.  *                            4321 Harborough Rd.
  7.  *                            Columbus, OH 43220
  8.  *        All rights reserved.
  9.  */
  10. // Win_hard.hpp
  11.  
  12.  
  13.  
  14. // Internal functions
  15. static int int24handler( int errval, int ax, int bp, int si );
  16. static int int24err();
  17.  
  18.  
  19. void Set_Handler ();            
  20. // Turn on handler. Only need to call once
  21.  
  22.  
  23. int Check_Error ();
  24. // Return 1 if user wishes to abort
  25. // 0 to continue
  26.